home *** CD-ROM | disk | FTP | other *** search
/ Small Time Crooks Press Kit / Small Time Crooks Press Kit.iso / pc / Small Time Crooks.dxr / Internal_37_Preload.ls < prev    next >
Encoding:
Text File  |  2000-04-30  |  226 b   |  13 lines

  1. global gCPU
  2.  
  3. on exitFrame
  4.   preLoad("loading", "exit1")
  5.   set gCPU to the machineType
  6.   if gCPU <> 256 then
  7.     if the colorDepth < 16 then
  8.       set the colorDepth to 16
  9.       set the colorDepth to 32
  10.     end if
  11.   end if
  12. end
  13.